arm/early-printk: move UART base address to Rules.mk
authorAndre Przywara <andre.przywara@calxeda.com>
Fri, 24 May 2013 13:47:28 +0000 (15:47 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 30 May 2013 08:20:33 +0000 (09:20 +0100)
commit74025300d55262155a3bdafddf257d82dcf0f6af
tree9a52e49c5a057e975851c3b51c0a42a855a44e8e
parent130645eee340608c12b632535d3f983508348ba1
arm/early-printk: move UART base address to Rules.mk

The UART memory mapped base address is currently hardcoded in the
early-printk UART driver, which denies the driver to be used by
two machines with a different mapping.
Move this definition out to xen/arch/arm/Rules.mk, allowing easier
user access and later sharing of the driver.

Signed-off-by: Andre Przywara <andre.przywara@calxeda.com>
Reviewed-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
docs/misc/arm/early-printk.txt
xen/arch/arm/Rules.mk
xen/arch/arm/arm32/debug-exynos4210.inc
xen/arch/arm/arm32/debug-pl011.inc
xen/arch/arm/arm64/debug-pl011.inc